func crypto/elliptic.scalarIsZero

3 uses

	crypto/elliptic (current package)
		p256_asm.go#L240: 	r1IsInfinity := scalarIsZero(scalarReversed)
		p256_asm.go#L244: 	r2IsInfinity := scalarIsZero(scalarReversed)
		p256_asm.go#L310: func scalarIsZero(scalar []uint64) int {